home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connection Student Program / ADC Tools Sampler CD Disk 3 1999.iso / Cool Demos, SDKs, & Tools / Demos⁄Tools⁄Offers / Alpha ƒ / HTML mode manual / Style Sheet / manual.css
Cascading Style Sheet File  |  1998-04-05  |  351b  |  34 lines

  1. .indent {
  2.     margin-left: 3em;
  3. }
  4.  
  5. BODY {
  6.     background: #FFFFFF;
  7. }
  8.  
  9. A:link {
  10.     color: #045D17;
  11. }
  12.  
  13. A:visited {
  14.     color: #045D17;
  15. }
  16.  
  17. /* Working around a bug in M$IE */
  18. A.name:link {
  19.     color: #000000;
  20. }
  21.  
  22. .code {
  23.     background: #E1E1E1;
  24.     border: none;
  25.     padding: 3pt;
  26. }
  27.  
  28. UL.features {
  29.     padding: 1em;
  30.     border: solid thin;
  31.     background: #CCFFFF;
  32.     margin-left: -2em;
  33. }
  34.